type net/http.http2roundRobinWriteScheduler

7 uses

	net/http (current package)
		h2_bundle.go#L12127: type http2roundRobinWriteScheduler struct {
		h2_bundle.go#L12148: 	ws := &http2roundRobinWriteScheduler{
		h2_bundle.go#L12154: func (ws *http2roundRobinWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L12174: func (ws *http2roundRobinWriteScheduler) CloseStream(streamID uint32) {
		h2_bundle.go#L12193: func (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}
		h2_bundle.go#L12195: func (ws *http2roundRobinWriteScheduler) Push(wr http2FrameWriteRequest) {
		h2_bundle.go#L12214: func (ws *http2roundRobinWriteScheduler) Pop() (http2FrameWriteRequest, bool) {